home *** CD-ROM | disk | FTP | other *** search
/ Merciful 1 / Merciful - Disc 1.iso / software / r / rexx_plus_compiler / rexxpluscompiler2.dms / in.adf / Examples / ttx / TTX_Stuff.doc < prev   
Encoding:
Text File  |  1991-11-01  |  1.5 KB  |  32 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.     The three files included provide ARexx editing support and RexxPlus
  8.     compiler support.  The two macros (.TTX extents) should be placed
  9.     in the REXX:TTX directory.  The .DFN file should be placed in the
  10.     TurboText:Support directory.  From TTX's Prefs menu you would
  11.     select Load Def File to select the TTX_ARexx.dfn file.  This will
  12.     add menu items for the RexxPlus compiler and provide TTX editing
  13.     support for ARexx script writing.  The .DFN file contains all the
  14.     ARexx keywords and function names in the dictionary as well as
  15.     several useful templates.  It will add menu items to compile,
  16.     compile and link, and to search for errors.  The two macros are
  17.     used to fulfill these tasks.  One macro handles compilation and
  18.     linking, while the other handles error detection.  The macros are
  19.     set up to look for an error file written to VD0:.  If you don't
  20.     use VD0: (the ASDG recoverable ram drive), then edit the macro to
  21.     suit your system setup.  Compilation messages and error messages
  22.     are written in TTX's titlebar.  Linkage is done in a CLI window
  23.     opened by the macro and uses the WSHell.  If you don't use WSHell,
  24.     then you will need to make changes to use the Amiga Shell or Arp
  25.     shell, ASH.  If a compile error is detected the screen will flash
  26.     and the cursor will be placed on the first error line and column.
  27.     To search for additional errors, select the Next Error menuitem.
  28.  
  29.  
  30.     These macros were written by Steven D. Kapplin and are placed in
  31.     the public domain.  They were written specifically for TurboText
  32.     and will not work with another editor without changes.